home *** CD-ROM | disk | FTP | other *** search
- // Design Time java.net.Socket implementation. (HPP)
-
- #ifndef _DTJNETSO11_HPP
- #define _DTJNETSO11_HPP
-
- #include "dtjobjct11.hpp"
-
- class METAEXPORTCLASSDEF DTJNetSocket11 : public DTJObject11
- {
- public:
- DTJNetSocket11( const MetaObject * pMetaObj );
- virtual ~DTJNetSocket11();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJNetSocket11 DTjava__dot__net__dot__Socket__dot__11;
-
- #endif // _DTJNETSO11_HPP
-